home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / Cvsroot / CVSROOT.adm / loginfo < prev    next >
Encoding:
Text File  |  1992-04-15  |  908 b   |  19 lines

  1. #
  2. # $Id: loginfo,v 1.9 91/11/16 17:38:46 jhh Exp Locker: jhh $
  3. #
  4. # The "loginfo" file is used to control where "cvs commit" log information
  5. # is sent.  The first entry on a line is a regular expression which is tested
  6. # against the directory that the change is being made to, relative to the
  7. # $CVSROOT.  If a match is found, then the remainder of the line is a filter
  8. # program that should expect log information on its standard input.
  9. #
  10. # The filter program may use one and only one % modifier (ala printf).  If
  11. # %s is specified in the filter program, a brief title is included (enclosed
  12. # in single quotes) showing the modified file names.
  13. #
  14. # If the repository name does not match any of the regular expressions in this
  15. # file, the "DEFAULT" line is used, if it is specified.
  16. #
  17. kernel/test /sprite/lib/scvs/scvslog %s >> /tmp/scvs.test
  18. DEFAULT    /sprite/lib/scvs/scvslog %s >> /sprite/src/kernel/scvs.log
  19.